added samples
[windows-sources.git] / sdk / samples / all in on code / Visual Studio 2010 / CSAzureTableStoragePaging / MvcWebRole / MvcWebRole.csproj
blob047de82aa572717c9c99637f99e8b53a55356b55
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <PropertyGroup>
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6     <ProductVersion>
7     </ProductVersion>
8     <SchemaVersion>2.0</SchemaVersion>
9     <ProjectGuid>{35CAEF1C-D5D0-460E-9AEC-AD362CD0C8CB}</ProjectGuid>
10     <ProjectTypeGuids>{F85E285D-A4E0-4152-9332-AB1D724D3325};{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
11     <OutputType>Library</OutputType>
12     <AppDesignerFolder>Properties</AppDesignerFolder>
13     <RootNamespace>MvcWebRole</RootNamespace>
14     <AssemblyName>MvcWebRole</AssemblyName>
15     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
16     <MvcBuildViews>false</MvcBuildViews>
17   </PropertyGroup>
18   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19     <DebugSymbols>true</DebugSymbols>
20     <DebugType>full</DebugType>
21     <Optimize>false</Optimize>
22     <OutputPath>bin\</OutputPath>
23     <DefineConstants>DEBUG;TRACE</DefineConstants>
24     <ErrorReport>prompt</ErrorReport>
25     <WarningLevel>4</WarningLevel>
26     <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
27   </PropertyGroup>
28   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
29     <DebugType>pdbonly</DebugType>
30     <Optimize>true</Optimize>
31     <OutputPath>bin\</OutputPath>
32     <DefineConstants>TRACE</DefineConstants>
33     <ErrorReport>prompt</ErrorReport>
34     <WarningLevel>4</WarningLevel>
35     <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
36   </PropertyGroup>
37   <ItemGroup>
38     <Reference Include="Microsoft.WindowsAzure.Diagnostics" />
39     <Reference Include="Microsoft.WindowsAzure.ServiceRuntime" />
40     <Reference Include="Microsoft.WindowsAzure.StorageClient" />
41     <Reference Include="System" />
42     <Reference Include="System.Data" />
43     <Reference Include="System.Data.Services.Client" />
44     <Reference Include="System.Drawing" />
45     <Reference Include="System.ComponentModel.DataAnnotations">
46       <RequiredTargetFramework>3.5</RequiredTargetFramework>
47     </Reference>
48     <Reference Include="System.Core">
49       <RequiredTargetFramework>3.5</RequiredTargetFramework>
50     </Reference>
51     <Reference Include="System.Data.DataSetExtensions">
52       <RequiredTargetFramework>3.5</RequiredTargetFramework>
53     </Reference>
54     <Reference Include="System.Web.Mvc, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
55       <Private>True</Private>
56     </Reference>
57     <Reference Include="System.Xml.Linq">
58       <RequiredTargetFramework>3.5</RequiredTargetFramework>
59     </Reference>
60     <Reference Include="System.Web" />
61     <Reference Include="System.Web.Extensions">
62       <RequiredTargetFramework>3.5</RequiredTargetFramework>
63     </Reference>
64     <Reference Include="System.Web.Abstractions" />
65     <Reference Include="System.Web.Routing" />
66     <Reference Include="System.Xml" />
67     <Reference Include="System.Configuration" />
68     <Reference Include="System.Web.Services" />
69     <Reference Include="System.EnterpriseServices" />
70     <Reference Include="System.Web.Mobile" />
71   </ItemGroup>
72   <ItemGroup>
73     <Compile Include="Models\MyModel.cs" />
74     <Compile Include="Controllers\HomeController.cs" />
75     <Compile Include="Global.asax.cs">
76       <DependentUpon>Global.asax</DependentUpon>
77     </Compile>
78     <Compile Include="Properties\AssemblyInfo.cs" />
79     <Compile Include="Utilities\TableStoragePagingUtility.cs" />
80     <Compile Include="WebRole.cs" />
81   </ItemGroup>
82   <ItemGroup>
83     <Content Include="Global.asax" />
84     <Content Include="Views\Home\Index.aspx" />
85     <Content Include="Web.config" />
86     <Content Include="Web.Debug.config">
87       <DependentUpon>Web.config</DependentUpon>
88     </Content>
89     <Content Include="Web.Release.config">
90       <DependentUpon>Web.config</DependentUpon>
91     </Content>
92     <Content Include="Content\Site.css" />
93     <Content Include="Views\Shared\Error.aspx" />
94     <Content Include="Views\Shared\Site.Master" />
95     <Content Include="Views\Web.config" />
96   </ItemGroup>
97   <ItemGroup>
98     <Folder Include="App_Data\" />
99   </ItemGroup>
100   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
101   <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
102   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
103        Other similar extension points exist, see Microsoft.Common.targets.
104   <Target Name="BeforeBuild">
105   </Target> -->
106   <Target Name="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
107     <AspNetCompiler VirtualPath="temp" PhysicalPath="$(ProjectDir)" />
108   </Target>
109   <ProjectExtensions>
110     <VisualStudio>
111       <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
112         <WebProjectProperties>
113           <UseIIS>False</UseIIS>
114           <AutoAssignPort>True</AutoAssignPort>
115           <DevelopmentServerPort>17244</DevelopmentServerPort>
116           <DevelopmentServerVPath>/</DevelopmentServerVPath>
117           <IISUrl>
118           </IISUrl>
119           <NTLMAuthentication>False</NTLMAuthentication>
120           <UseCustomServer>False</UseCustomServer>
121           <CustomServerUrl>
122           </CustomServerUrl>
123           <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
124         </WebProjectProperties>
125       </FlavorProperties>
126     </VisualStudio>
127   </ProjectExtensions>
128 </Project>